home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / SHELLS / SZ2 / LICENSE.DOC < prev    next >
Text File  |  1992-08-31  |  6KB  |  137 lines

  1.                   *********************************
  2.                   Welcome to SHAZAM Special Edition
  3.                   *********************************
  4.  
  5.  
  6.                            LEGAL LIMITATION
  7.  
  8. You are granted a 60-day trial license for evaluation purposes only.
  9. Beyond this period, do not use this program unless licensed.
  10.  
  11. Source-code, dialogs, resources, compiled programs and anything else
  12. created in whole or in part with this Edition of SHAZAM are for
  13. evaluation only, and may not be distributed in any fashion without
  14. written permission.
  15.  
  16.  
  17.                    BBS, SHAREWARE & DISK LIBRARIES
  18.  
  19. You may distribute this "Special Edition" without written permission,
  20. if the following conditions are met:
  21.  
  22.  [X] All files are included
  23.  [X] No files are changed
  24.  [X] The disk fee is $6.00 or less
  25.  
  26. Send notification with a copy of the SHAZAM entry in your catalog or
  27. BBS directory/information.  This single file replaces both SHAZAM.ZIP
  28. and SZDEMO.ZIP, which are older versions.  It is not necessary to
  29. include an "unzip" program with the library diskette; this file can
  30. be de-archived with "UNZIP.EXE", included with Turbo Pascal.
  31.  
  32.  
  33.                           SHAREWARE LICENSE
  34.  
  35. If you use this product more than 60 days, you must pay a license
  36. fee.  When you register, you receive an immediate update, a complete
  37. set of tutorials, examples and demo code, full documentation and
  38. unlimited Technical Support.  You will need a a minimum of 2.5
  39. megabytes free disk space for installation; additional free space is
  40. strongly recommended.
  41.  
  42. For a fully licensed copy, send a fee of $99.95 and your name and
  43. address by:
  44.  
  45.     (.) MasterCard/Visa:         Electronic Mail, Telephone or FAX
  46.     ( ) MasterCard/Visa, Check:  Postal Mail
  47.  
  48. International:  MasterCard/Visa takes care of currency exchange.
  49.  
  50.  Johnathan J. Stein
  51.  STEIN RESEARCH & ENGINEERING                    Voice 419.666.7103
  52.  Post Office Box 346                               Fax 419.874.4922
  53.  Perrysburg, OH  43552                         CompuServe 76576.470
  54.  USA                              INTERNET 76576.470@compuserve.com
  55.  
  56.  
  57.                           REGISTERED EDITION
  58.                           ------------------
  59.                     See ORDER.DOC for how-to-order
  60.  
  61.  
  62. [X] Unrestricted license:  You may sell or give source-code, programs
  63.     and anything else you create with the registered version.
  64.  
  65. [X] Dual Mode Operation:  Command-line & IDE
  66.  
  67. [X] PRINT.PAS unit, with "TReport" and "TPrint" objects, for DOS and
  68.     Turbo Vision.  These provide the same printing support as used in
  69.     SHAZAM (Generic, Dot-Matrix, LaserJet and DaisyWheel printers).
  70.  
  71. [X] EXECSWAP.PAS unit, so all your programs can swap to disk or EMS
  72.     memory during EXEC calls.
  73.  
  74. [X] Revised EDITORS.PAS unit, including word-wrap, tab, margin and
  75.     place marker support.
  76.  
  77. [X] A library of *.DEF, *.DLG and *.TXT files, which shows you how to
  78.     build programs from [ INCLUDE ] files and dialogs.
  79.  
  80. [X] Full set of examples:
  81.  
  82.   ADEMO0.DEF -- TUTORIAL - Create MenuBar & Items
  83.   ADEMO1.DEF -- TUTORIAL - Adding Hint Text
  84.   ADEMO2.DEF -- TUTORIAL - A real editor; using the [ UNIT ] keyword
  85.   ADEMO3.DEF -- TUTORIAL - Using the [ EXTERNAL ] symbol, "%%"
  86.   ADEMO4.DEF -- TUTORIAL - The [ EXTERNAL ] keyword; re-use ADEMO3 w/[ APPLICATION ]
  87.   ADEMO5.DEF -- TUTORIAL - Using the [ INCLUDE ] keyword
  88.   ADEMO6.DEF -- TUTORIAL - Using the [ DIALOG ] and [ HINT ] keywords
  89.   ADEMO7.DEF -- TUTORIAL - Adding Help Text
  90.   ADEMO8.DEF -- TUTORIAL - The [ STATUS ] Keyword
  91.   ADEMO9.DEF -- TUTORIAL - The GENERAL, ExecSWAP and ExecPROC units
  92.   ANEST1.DEF -- TUTORIAL - Interface Fun:  No actual nesting
  93.   ANEST2.DEF -- TUTORIAL - Interface Fun:  File menu contains nested print options
  94.   ANEST3.DEF -- TUTORIAL - Interface Fun:  MORE nested print options
  95.   ANEST4.DEF -- TUTORIAL - Interface Fun:  Everything is nested!
  96.    BABEL.DEF -- Foreign/Multi-Language Editor
  97.    BCAST.DEF -- Using Broadcasts vs. Commands
  98.   BORDR1.DEF -- Set video border using IDLE
  99.   BORDR2.DEF -- Set video border using *.EVT broadcast
  100.   BORDR3.DEF -- Set video border using [ BROADCAST ] keyword
  101.   BUTTON.DEF -- Switch between vertical "button bar" & MenuBox
  102.   CLOCK1.DEF -- Adding a clock via [ FIELD ] keyword
  103.   CLOCK2.DEF -- Adding a clock via the *.INC Custom Component
  104.  CLUSTER.DEF -- Hints vs. Help Text for TClusters (RadioButtons & CheckBoxes)
  105.  CTRLALT.DEF -- Shift, Ctrl & Alt sensitive StatusLine (w/CAPS, NUM, SCRL)
  106.    DEMO1.DEF -- A sample definition
  107.    DEMO2.DEF -- More extensive demo, with running commentary.
  108. DFLTHINT.DEF -- How to change the "DefaultHint" and update the StatusLine.
  109.  DLGEXEC.DEF -- Using "EXEC" from within a Dialog
  110.       ED.DEF -- Ye Olde Systeme Editor 2.0
  111.    EDBTN.DEF -- Big Button EDITOR
  112.    EDNEW.DEF -- System editor using NEWEDIT and WINDOWS/kbCtrl-?
  113.    ERROR.DEF -- Demonstrate "Find error"
  114. HELPDEMO.DEF -- Fancy help, with Contents, Index, Previous, Help On Help
  115.   INPUT1.DEF -- Evolving an Application:  Data Entry Dialog, Application level
  116.   INPUT2.DEF -- Evolving an Application:  Data Entry Dialog, encapsulated w/Edit mode
  117.   INPUT3.DEF -- Evolving an Application:  Data Entry Dialog, w/ScrollBar & Valid
  118.   INPUT4.DEF -- Evolving an Application:  Data Entry Dialog, w/Print & View
  119.   INPUT5.DEF -- Evolving an Application:  Data Entry Dialog, w/fixed viewer
  120.     ITEM.DEF -- A MenuBar which mixes StatusLine-type "Items" with sub-menus
  121.   LOCALM.DEF -- A MenuBox local menu for a window; ie:  Alt-F10
  122.   LOCALS.DEF -- A MenuBox as a local menu for a window; ie:  Alt-F10
  123.  MENUBOX.DEF -- A MenuBox inserted into Application or Desktop.
  124.  MULTIMB.DEF -- Multiple MenuBars, code or resource
  125.  MULTISL.DEF -- Multiple context-sensitive StatusLines, code or resource
  126.    PDOX1.DEF -- Model Paradox 3.0 menu structure, 1st level only
  127.    PDOX2.DEF -- Full Paradox menu model
  128.     PICK.DEF -- A picklist for Desktop windows (ALT-0)
  129.    POPUP.DEF -- A PopUp MenuBox
  130.   PPARAM.DEF -- Using "PParamText" in an ABOUT box
  131. PRINTDOC.DEF -- Program for "Print-on-Site" documentation
  132.     QPRO.DEF -- Quattro Pro menu structure
  133.   README.DEF -- Fastest README in the West
  134.      SK2.DEF -- SideKick 2 - switching MenuBars & StatusLines
  135.      TP6.DEF -- Model TP 6.0 IDE menu structure.
  136.      USA.DEF -- Forcing a PopUp MenuBox
  137.  WINMENU.DEF -- Insert a MenuBar into a TWindow